This forum is closed to new posts and
responses. The content has been migrated to the Digital Solutions Community. Please join us there for new content as well as this content. For customer support, please visit the official HCL customer support channels below:
RE: 2 embeded views on web-page only shows first emeded view ~Umberto Nongeroson 30.Dec.03 03:24 AM a Web browser Domino Designer 6.0.2 CF2All Platforms
Aside from the <iframe> option mentioned, you can also feed the view on a $$ViewTemplate as JavaScript and write the data directly to the main page (using a <div> as a write target). It involves more work than the <iframe>, but at the same time it can appear to be more integrated into the main page. The only real drawback is that reading software that uses the source document rather than the in-memory document might not recognise the view content.